//==============================================================================
// grove street home at least it was until i fucked everythang up_anim.txt
//==============================================================================

import Construction_defines_anim.txt

//==============================================================================
define tree
{
   VariationLogic
   set hotspot
   {
      version
      {
            Visual World C Cherry A
      }
   }
   set hotspot
   {
      version
      {
            Visual World C Cherry B
      }
   }
}

//==============================================================================
define tree1
{
   VariationLogic
   set hotspot
   {
      version
      {
            Visual World C Cherry B
      }
   }
   set hotspot
   {
      version
      {
            Visual World C Cherry A
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector none 
   {
      ConstructionLogic 0 50
      set hotspot
      {
         version
         {
            Visual Building C Grove
connect leftear tree1 hotspot
connect leftfoot tree hotspot
connect rightthigh tree1 hotspot
connect rightear tree hotspot
connect rightthigh tree1 hotspot
connect rightforearm tree1 hotspot
connect leftforearm tree hotspot
connect leftshoulder tree1 hotspot
connect rightshoulder tree hotspot
connect rightfoot tree1 hotspot
               }
            }
            set hotspot
            {
               version
               {
		Visual Building Construction Large A
               }
            }
            set hotspot
            {
               version
               {
		Visual Building Construction Large B
         }
      }		      
   }
}
